home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / happy / happybal.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  2012-08-27  |  2KB  |  82 lines

  1. object SplashForm: TSplashForm
  2.   Left = 160
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnMouseDown = FormMouseDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object SplashImage: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 249
  27.     Height = 137
  28.     Visible = False
  29.     OnMouseDown = FormMouseDown
  30.   end
  31.   object MoviePlayer: TMediaPlayer
  32.     Left = 16
  33.     Top = 368
  34.     Width = 253
  35.     Height = 30
  36.     Display = MoviePanel
  37.     Visible = False
  38.     TabOrder = 0
  39.   end
  40.   object MoviePanel: TPanel
  41.     Left = 0
  42.     Top = 152
  43.     Width = 217
  44.     Height = 185
  45.     BevelOuter = bvNone
  46.     ParentColor = True
  47.     TabOrder = 1
  48.     Visible = False
  49.     OnMouseDown = FormMouseDown
  50.   end
  51.   object SplashEdit: TRichEdit
  52.     Left = 0
  53.     Top = 0
  54.     Width = 632
  55.     Height = 453
  56.     Align = alClient
  57.     BorderWidth = 20
  58.     Enabled = False
  59.     Lines.Strings = (
  60.       'SplashEdit')
  61.     ParentColor = True
  62.     ReadOnly = True
  63.     TabOrder = 2
  64.     Visible = False
  65.     OnKeyPress = FormKeyPress
  66.     OnMouseDown = FormMouseDown
  67.   end
  68.   object CloseTimer: TTimer
  69.     Enabled = False
  70.     OnTimer = CloseTimerTimer
  71.     Left = 320
  72.     Top = 16
  73.   end
  74.   object RewindTimer: TTimer
  75.     Enabled = False
  76.     Interval = 100
  77.     OnTimer = RewindTimerTimer
  78.     Left = 40
  79.     Top = 32
  80.   end
  81. end
  82.